Minor tweak to the mass date edit on the set list page.#2900
Minor tweak to the mass date edit on the set list page.#2900somiaj merged 1 commit intoopenwebwork:developfrom
Conversation
The default option should be disabled.
|
Straight forward single edit fix, I am just going to merge. |
|
@drgrice1 One other thing I notice (not part of this PR change), if I hit the checkbox to select all sets, then hit edit, when the edit page loads the select all checkbox is initially selected and then after the javascript finishes loading, it is then unslected, causing a visual change. So everything works just fine, just a small visual flash that caught my eye. |
|
Note that only happens if you enter the edit page by editing "selected sets". It doesn't if you edit "all course sets". The reason for it is that you had the checkbox by the same name on the set list page checked. So the Mojolicious auto form filling handling automatically checks it again. But then the This is a rather minor visual change that most won't notice, and I don't care if a few that are more observant do. It isn't worth trying to fix. |
|
Yea, I only noticed it when using the select all feature, and it is minor visual issue, everything works fine, I just thought I would mention it. |
The default option should be disabled.